Fix the border-image-excess-size reftest
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 Jan 2016 02:50:00 +0000 (21:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Jan 2016 02:50:00 +0000 (21:50 -0500)
This was failing because the grid is now respecting border
width too. Making the selector more specific so it only
applies to the toolbars fixes this.

testsuite/reftests/border-image-excess-size.css

index 5b22f955cff9efb8dfc8e4413bdc0e6bf5a3cd0d..57ee781428ec6b86e4e5f879f0121cd8b7d01372 100644 (file)
@@ -1,6 +1,6 @@
 @import "reset-to-defaults.css";
 
-* {
+toolbar {
   border-image: url("green-20x20.png") 5000;
   background-image: none;
   background-color: #000;